"quantum computing" shadcn/ui theme

experimental
high-contrast
futuristic
immersive
bold-colors
quantum-inspired
innovative
visually-striking

Shadcn/ui Theme Css Variables

name: Quantum Hazekeyword: quantum computing views: 8

:root {
  --background: 210 100% 15%;
  --foreground: 0 0% 98%;
  --card: 210 100% 20%;
  --card-foreground: 0 0% 98%;
  --popover: 210 100% 25%;
  --popover-foreground: 0 0% 98%;
  --primary: 180 100% 50%;
  --primary-foreground: 210 100% 15%;
  --secondary: 240 100% 50%;
  --secondary-foreground: 0 0% 98%;
  --muted: 210 100% 30%;
  --muted-foreground: 0 0% 70%;
  --accent: 300 100% 50%;
  --accent-foreground: 210 100% 15%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 0 0% 98%;
  --border: 210 100% 40%;
  --input: 210 100% 40%;
  --ring: 180 100% 50%;
  --radius: 0.75rem;
  --chart-1: 12 76% 61%;
  --chart-2: 173 58% 39%;
  --chart-3: 197 37% 24%;
  --chart-4: 43 74% 66%;
  --chart-5: 27 87% 67%;
}